time by default)
Module name ARGsLoad Module
Put opts-oUpload files
Mput optsUpload a file (wildcard expansion is also available *)
MVRename the remote file1 to file2
MrmUse wildcard expansion to delete remote files
Open optsStart a platformOpen-u,-P site
Queue opts []Put CMD in the queue for execution-D index: Delete the job numbered Index-M index new_index: Move the job numbered index to new_index, which is dedicated to plug-in.-N index: adds a job before the index number.
Wait []Move the pro
optsStart a platformOpen-u,-P siteQueue opts []Put CMD in the queue for execution-D index: Delete the job numbered Index-M index new_index: Move the job numbered index to new_index, which is dedicated to plug-in.-N index: adds a job before the index number.Wait []Move the program in background execution to the foreground (FG is also available)Kill all |Delete all jobs or job_noRepeat DELAY commandExecute Command again every delay seconds. The default value is every second.Rm-r-FRemove remote fi
use of crontab. It seems that the feedback from various forums is not very useful in scheduled tasks, and the debugging process is still quite long ..
Appendix: How to Use lftpLftp settingsLftp is executed at startup ~ /. Lftprc and ~ /. Lftp/rc. You can add the alias or set command to these two files. If you want to see the complete protocol debugging process, you can use debug to enable debugging.The sys
ftp://dsec.pku.edu.cn:27/incoming/cd 成功,当前目录=/incominglftp dsec.pku.edu.cn:/incoming>
Related documents
/etc/lftp.conf
Global configuration files, where the actual location relies on the system configuration file directory, possibly in/etc, or in/usr/local/etc
~/.LFTP/RC, ~/.LFTPRC
The user profile, which will be executed after/etc/lftp.conf, will overwrite the settings in/etc/lftp.conf.
Lftp default
When solving a remote server backup problem today, I used lftp-related knowledge and sorted it out as follows. For more information, see
I used lftp to solve a remote server backup problem today. As follows:
Lftp is more powerful, which is much easier than ftp.
1. login:
Lftp ftp: // yourname @ site
Pwd :*****
Or open
Lftp is a very famous character interface file transfer tool. A powerful download tool that supports ftp, ftps, http, https, hftp, and fish. (ftps and https must include the openssl library during compilation ). The llftp interface has a shell: It has command completion, history records, and allows multiple background tasks to be executed. It is very convenient to use. It also provides functions such as bookmarks, queues, images, resumable data transf
Lftp is Linux in an FTP server compared to the FTP in Windows appears to be more complex, let me summarize the lftp file upload, file download, and file search and other related commands. Lftp connection of several methods, the most commonly used is lftp [email protected], so that you can not enter the password in plai
Lftp is an FTP tool under Linux that supports FTP, FTPS, HTTP, https, hftp, fish, SFTP, file and other protocols (support for HTTPS and FTPS, which must be compiled together with the OpenSSL library). The shell-like command format is built into LFTP, allowing multiple commands () to be executed in the background simultaneously. All background work is performed in the same program (process), the commands tha
In linux, use lftp-Linux Enterprise Application-Linux server application information. For more information, see. I always wanted to find an ftp client that can match FlashFXP in linux. I tried several ftp clients in GUI, including free and non-free, however, the comrades who have actually used it should be clear that they are lj, and I am afraid they have hurt the author's mind, but I can't find any other descriptions. After turning around and returni
Use lftp to back up your file-Linux Enterprise Application-Linux server application information. For more information, see. From: http://www.linux.com/feature/122169
Every day I am tossing my computer, so important data cannot be backed up. Back up the data to your machine. In case the entire hard disk breaks down, the data will still be exhausted ...... It is best to back up data to another host. reinsurance can back up multiple copies on different
Lftp is a tool that supports downloading, uploading, and screen usage. It is equivalent to an ftp client that supports file access.Protocols include ftp, ftps, http, https, hftp, and fish.
1. login method:
Lftp User name: password @ IP Address
[root@zhu2 ~]# lftp zhu:123456@192.168.70.137lftp zhu@192.168.70.137:~> ls -ldrwxr-xr-x 9 500 500 4096 S
Several methods of LFTP connection, the most commonly used is lftp name@site, so that you can enter the password without plaintext.
1, lftp name@site return Enter the password2, lftp name:password@site carriage return3, lftp site return login username password4,
More commands and software are appropriate for FTP operations. Linux under the common operation commands are FTP, LFTP and SFTP, graphical interface is very easy to use FileZilla. However, in the server command interface, I still feel that lftp is more convenient to use, the function is more powerful than FTP. Lftp's interface is much like the Linux shell, with command completion, history, allowing multiple
The lab bought a new FileServer for backup. A student's hard disk in the lab broke down a few days ago, so I also set up the automatic backup function. The first thing to do is to see what type of FileServer is. In fact, if FileServer is built using the UbuntuLinux system (with ssh), it can be directly implemented using rsync. However, if FileServer is a common FTP, LFTP is a good choice. There are also some examples of
Today, when solving a remote server backup problem, the LFTP knowledge is used. Tidy up as follows:LFTP features more powerful, compared to the original with FTP, a lot of convenience.1. Login:Lftp Ftp://[email protected]pwd:*****or open Ftp://[email protected]2. Basic operation (Turn)Lftp Usage IntroductionLftp is a powerful download tool that supports access to file protocols: FTP, FTPS, HTTP, https, hftp
LFTP features more powerful, compared to the original with FTP, a lot of convenience.1. Login:Lftp ftp://[email protected]pwd:*****or open ftp://[email protected]Basic operation (RPM)Lftp is a powerful download tool that supports access to file protocols: FTP, FTPS, HTTP, https, hftp, fish. (where FTPs and HTTPS need to include the OpenSSL library when compiling). Llftp's interface is very much like a shell
The common operation commands under Linux are FTP, LFTP and SFTP, and the graphical interface is very useful FileZilla. However, in the server command interface, LFTP is more convenient to use and more powerful than FTP. Lftp interface is like the Linux shell, with command completion, history, allowing multiple background task execution, bookmarks, queueing, mirr
Solve the lftp Chinese garbled problem-Linux Enterprise Application-Linux server application information. The following is a detailed description. Gb encoding is still widely used in Windows. Most ftp servers use gb encoding for file name transfer for compatibility purposes. In linux systems where utf8 is locale, lftp cannot correctly identify gb encoding, so it is garbled. Therefore, you only need to infor
Vim ~ /. Lftp/RC
Set ftp: charset "GBK"
Set file: charset "UTF-8"
Alias CN "set ftp: charset GBK; set file: charset UTF-8"
Alias utf8 "set ftp: charset UTF-8; set file: charset UTF-8"
"By default, files in simplified Chinese encoding are supported. The two aliases are switched back and forth between the Chinese and utf8 settings.
Use bookmarks
Start lftp first, and then enter bookmark
Lftp commonly used commands to delete all files on the server create an empty local directory nonemirror-Re./none image to upload a local empty directory. Www.2cto.com-e: delete files not in the source directory. Parallel Upload mirror -- parallel9-R ./
Lftp commonly used commands to delete all files on the server create an empty local directory none mirror-Re./none image upload local empty directory. Www.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.